Vcenter NamespaceManagement VirtualMachineClasses InstanceStorage
The Vcenter NamespaceManagement VirtualMachineClasses InstanceStorage schema encapsulates information about storage policy and instance storage volumes.
This schema was added in vSphere API 8.0.0.0.
{
"policy": "string",
"volumes": [
{
"size": 0
}
]
}
Policy corresponding to the instance storage. To use VM class with instance storage, this policy should also be associated with Supervisor namespace. See Vcenter Namespaces Instances StorageSpec.
This property was added in vSphere API 8.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SpsStorageProfile
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SpsStorageProfile
.
List of instance storage volumes. At least one volume is required when configuring a VM class with instance storage.
This property was added in vSphere API 8.0.0.0.